home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / emulator / uae-0.000 / uae-0 / uae-0.6.0 / include / os.h < prev    next >
C/C++ Source or Header  |  1996-05-12  |  366b  |  18 lines

  1.  /* 
  2.   * UAE - The Un*x Amiga Emulator
  3.   * 
  4.   * OS specific functions
  5.   * 
  6.   * (c) 1995 Bernd Schmidt
  7.   */
  8.  
  9. extern void read_joystick(UWORD *dir, int *button);
  10. extern void init_joystick(void);
  11. extern void close_joystick(void);
  12.  
  13. extern CPTR audlc[4], audpt[4];
  14. extern UWORD audvol[4], audper[4], audlen[4];
  15.  
  16. extern int init_sound (void);
  17. extern void do_sound (void);
  18.